]> dgit.raspbian.org Git - ostree.git/commitdiff
Update list of architectures where gjs is available
authorJeremy Bícha <jbicha@ubuntu.com>
Mon, 2 Feb 2026 15:51:21 +0000 (10:51 -0500)
committerJeremy Bícha <jbicha@ubuntu.com>
Mon, 2 Feb 2026 15:52:16 +0000 (10:52 -0500)
armel & ia64 are no longer Debian architectures
gjs is no longer buildable on powerpc

debian/control
debian/rules

index eb4031d6defa73669906ca3dc11148d198e770ba..f049cfb4965210d4a2338e8443fbcae76036206a 100644 (file)
@@ -22,7 +22,7 @@ Build-Depends:
  elfutils,
  fuse3:native,
  gir1.2-gio-2.0-dev,
- gjs:native [!alpha !armel !hppa !ia64 !m68k !sh4 !sparc64 !x32],
+ gjs:native [!alpha !hppa !m68k !powerpc !sh4 !sparc64 !x32],
  gnupg <!nocheck>,
  gobject-introspection,
  gobject-introspection (>= 1.78.1-7~) <cross>,
@@ -206,7 +206,7 @@ Depends:
  cpio,
  fuse3,
  gir1.2-ostree-1.0,
- gjs [!alpha !armel !hppa !ia64 !m68k !sh4 !sparc64 !x32],
+ gjs [!alpha !hppa !m68k !powerpc !sh4 !sparc64 !x32],
  gnupg,
  jq,
  ostree,
index 8780eb7e61fab17811029ea4d21b68874c770df6..d5ad8be8ce857831e621d6309ec6c7b126c02709 100755 (executable)
@@ -33,7 +33,7 @@ configure_options = \
        --without-smack \
        $(NULL)
 
-ifneq ($(filter alpha armel hppa ia64 m68k sh4 sparc64 x32,$(DEB_HOST_ARCH)),)
+ifneq ($(filter alpha hppa m68k powerpc sh4 sparc64 x32,$(DEB_HOST_ARCH)),)
 configure_options += ac_cv_path_GJS=
 endif